net/http.http2Framer.writeUint32 (method)
9 uses
net/http (current package)
h2_bundle.go#L1807: func (f *http2Framer) writeUint32(v uint32) {
h2_bundle.go#L2243: f.writeUint32(s.Val)
h2_bundle.go#L2329: f.writeUint32(maxStreamID & (1<<31 - 1))
h2_bundle.go#L2330: f.writeUint32(uint32(code))
h2_bundle.go#L2399: f.writeUint32(incr)
h2_bundle.go#L2537: f.writeUint32(v)
h2_bundle.go#L2610: f.writeUint32(v)
h2_bundle.go#L2643: f.writeUint32(uint32(code))
h2_bundle.go#L2792: f.writeUint32(p.PromiseID)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |